ItemFormatter Property (FlexMap<T>)
In This Topic
Gets or sets the name of the item formatter function that allows you to customize the appearance of data points.
Syntax
'Declaration
Public Overridable Property ItemFormatter As String
public virtual string ItemFormatter {get; set;}
See Also